@charset "utf-8";

/* CSS Document */


/*  字体大小初始化  */

.font12px {
    font-size: 12px;
    font-family: '微软雅黑';
}

.font14px {
    font-size: 14px;
    font-family: '微软雅黑';
}

.font16px {
    font-size: 16px;
    font-family: '微软雅黑';
}

.font18px {
    font-size: 18px;
    font-family: '微软雅黑';
}

.font20px {
    font-size: 20px;
    font-family: '微软雅黑';
}

.font22px {
    font-size: 22px;
    font-family: '微软雅黑';
}

.font24px {
    font-size: 24px;
    font-family: '微软雅黑';
}

.font26px {
    font-size: 26px;
    font-family: '微软雅黑';
}

.font28px {
    font-size: 28px;
    font-family: '微软雅黑';
}

.font30px {
    font-size: 30px;
    font-family: '微软雅黑';
}
.font32px {
    font-size: 32px;
    font-family: '微软雅黑';
}

.font36px {
    font-size: 36px;
    font-family: '微软雅黑';
}

.font_bold {
    font-weight: bold;
} 
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
  select::-ms-expand { display: none; }
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

li {
    list-style: none;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

button {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s {
    text-decoration: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none !important;
    outline: none !important;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 12px/1.14 microsoft yahei;
    color: #333;
    outline: 0;
}

button,
input,
select {
    font: 12px/150% microsoft yahei;
    color: #666666;
    background: #fff;
    margin: 0;
    padding: 0;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

textarea {
    border: 1px solid #d9d9d9;
}

i,
cite,
em,
strong,
th {
    font-style: normal;
    font-weight: normal;
}

input:focus,
textarea:focus {
    outline: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #D3D3D3;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #D3D3D3;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #D3D3D3;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D3D3D3;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fr {
    float: right;
}

.fr_nl {
    float: right;
    width: 20%;
}

.fl {
    float: left;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.position-relative {
    position: relative !important;
}

.inp_text {
    border: 1px solid #ddd;
    height: 30px;
    width: 200px;
    line-height: 30px;
    padding: 0px 10px;
}

select {
    /* border: 1px solid #ddd;
    height: 30px;
    width: auto;
    line-height: 30px;
    padding: 0px 5px;
    margin-right: 5px;
    cursor: pointer; */
}
select {
    height: 30px;
    width: auto;
    line-height: 30px;
    cursor: pointer;
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #ddd;
  
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
  
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
  
  
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 18px;
    padding-left: 5px;
  }
  
  
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
  select::-ms-expand { display: none; }

    label input[type="radio"] {
        vertical-align: middle;
        margin-right: 5px;
    }


/*按钮*/


/*头部*/

.sn-container .sn-quick-menu .sn-stores i,
.sn-container .sn-quick-menu .sn-cart i,
.sn-quick-menu .sn-site,
.sn-quick-menu .sn-mobile,
.sn-quick-menu .sn-mobiles,
.breadcrumb i,
.nav .allGoodsCat .menuEvent i,
.sn-container .sn-quick-menu .menu-hd b,
.sn-container .sn-all-msg b,
.noresult-con .noresult-icon,
.sidebar-user .arrow-right,
#historyList .scroll-btn,
#historyList .compare-btn,
.sc,
.menu-sc,
.menu-sc b {
    background: transparent url(../../images/common/common-icon.png) no-repeat;
    font-size: 12px;
    font-style: normal;
}

.sn-container a:hover,
.sn-container a:active,
.sn-container .menu-bd {
    color: #f3981e;
}

.sn-container .menu-bd a {
    color: #666;
}

.sn-container .hover a.menu-hd,
.sn-container .sn-menu:hover a.menu-hd {
    color: #E31939;
}

.sn-container .menu-bd a:hover,
.sn-container .menu-bd a:active {
    color: #E31939;
}

#site-nav {
    height: 40px;
    line-height: 37px;
    vertical-align: middle;
    min-width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid #F0F0F0;
}

.sn-container {
    position: relative !important;
    z-index: 99998;
}

.sn-container .sn-container {
    height: 32px;
    position: relative;
}

.sn-container .sn-container .hidden {
    display: none;
}

.sn-container .sn-cart .header-icon {
    position: relative;
}

.sn-container .sn-logout,
.sn-container .menu-hd,
.sn-container .sn-mobile {
    padding: 0 10px;
}

.sn-container .sn-login,
.sn-container {
    /* padding-right: 7px; */
}

.sn-register {
    padding: 0 24px;
}

.sn-container .sn-mobile {
    display: none;
}

.sn-container .sn-logins {
    padding-left: 19px;
}

.sn-container .sn-mytaobao .menu-hd,
.sn-container .sn-favorite .menu-hd,
.sn-container .sn-seller .menu-hd {
    padding-right: 14px
}

.sn-container .sn-login-info {
    height: 32px;
    line-height: 38px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    font-size: 13px;
    float: left;
}

.sn-container .sn-quick-menu .sn-separator {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 14px;
    line-height: 14px;
    vertical-align: top;
    position: relative;
    top: 9px;
    left: 0;
    font-size: 0;
    margin: 0 2px 0 5px
}

.sn-container .sn-logout,
.sn-container .sn-login,
.sn-container .sn-register {
    *vertical-align: baseline;
    *zoom: 1
}

.sn-container .sn-logout {
    _vertical-align: baseline
}

.sn-container .sn-quick-menu {
    position: absolute;
    right: 0;
    /*margin-top: -36px;*/
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    -webkit-backface-visibility: hidden;
    font-size: 13px;
    list-style: none;
    float: right;
}

.sn-container .sn-quick-menu li {
    float: left;
    position: relative;
    /* margin-left: 7px; */
}

.sn-container .menu-item {
    position: relative;
    z-index: 2
}

.sn-container .menu-hd {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 100;
    border: solid #f9f9f9;
    border-width: 0 0px;
    position: relative;
}

.sn-container .sn-quick-menu .menu-hd b,
.sn-container .sn-all-msg b,
.menu-sc b {
    position: absolute;
    right: 0px;
    top: 14px;
    display: inline-block;
    *zoom: 1;
    width: 11px;
    height: 11px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    vertical-align: -1px;
    background-position: 0px -76px;
}

.sn-container .sn-quick-menu .hover .menu-hd b,
.sn-container .sn-quick-menu .sn-menu:hover .menu-hd b {
    right: -4px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.sn-container .menu-bd {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    opacity: .99;
    filter: alpha(opacity=99);
    z-index: 93110;
    border: solid #eee;
    border-width: 0 0px 0px;
}

.sn-container .menu-bd a {
    color: #666
}

.sn-container .menu-bd a:hover,
.sn-container .menu-bd a:active {
    color: #E31939
}

.sn-container .sn-quick-menu iframe.menu-bd {
    border: 0;
    background: 0 0;
    filter: alpha(opacity=0);
    float: left;
    z-index: -1
}

.sn-container .menu-bd-panel .shoucang {
    display: block;
    line-height: 30px;
    height: 30px;
    width: 300px;
    color: #000;
}

.sn-container .sn-menu {
    position: relative;
    height: 35px;
    line-height: 30px;
}

.sn-container .sn-quick-menu .hover .menu-hd,
.sn-container .sn-menu:hover .menu-hd {
    background-color: #fff;
    border-color: #eee;
    color: #000;
    padding-bottom: 1px;
}

.sn-container .sn-quick-menu .hover .menu-bd,
.sn-container .sn-menu:hover .menu-bd {
    display: block;
}

.sn-container .sn-mytaobao .menu-bd,
.sn-container .sn-favorite .menu-bd,
.sn-container .sn-seller .menu-bd {
    line-height: 1.4;
    padding: 8px 10px
}

.sn-container .sn-mytaobao .menu-bd {
    width: 74px
}

.sn-container .sn-favorite .menu-bd {
    width: 80px;
    border: 1px solid #eee;
}

.sn-container .sn-seller .menu-bd {
    width: 122px;
    overflow: hidden;
    right: 0;
    top: 40px;
    border: 1px solid #eee;
}

.sn-container .sn-seller ul {
    margin-top: -5px;
    overflow: hidden;
    width: 122px
}

.sn-container .sn-seller ul li {
    float: none;
    padding: 5px 0;
    height: auto;
    display: block;
    line-height: 1.4;
    border-bottom: 1px dotted #827777;
    *zoom: 1;
}

.sn-container .sn-seller ul li h3 {
    color: #666;
    font-weight: 700
}

.sn-container .sn-seller ul li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 68px;
    margin-right: 10px;
    line-height: 22px
}

.sn-container .sn-mystores a,
.sn-container .sn-mobile a {
    display: inline
}

.sn-container .sn-qrcode {
    position: absolute;
    background: #fff;
    top: 40px;
    left: -31px;
    border: 1px solid #eee;
}

.sn-container .sn-qrcode .app_down {
    width: 100px;
    text-align: center
}

.sn-container .sn-qrcode .app_down a.app_store {
    display: block;
    width: 104px;
    height: 115px;
}

.sn-container .sn-qrcode .app_down a.app_store:hover {
    text-decoration: none;
}

.sn-container .sn-qrcode .app_down img {
    width: 76px;
    height: 76px;
}

.sn-container .sn-qrcode ul {
    overflow: hidden;
}

.sn-container .sn-qrcode p {
    width: 85px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 0 auto;
    color: #000;
}

.sn-container .sn-qrcode b {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -2px;
    border-width: 5px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff
}

.sn-container .sn-quick-menu .sn-stores i {
    background-position: -404px -1px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
    *margin-top: -2px;
    display: inline-block;
}

.sn-container .sn-quick-menu .sn-cart {
    padding-left: 10px;
    padding-right: 5px;
}

.sn-container .sn-quick-menu .sn-cart i {
    background-position: -293px -1px;
    width: 18px;
    height: 15px;
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -4px;
    *margin-top: -2px;
    display: inline-block;
}

.sn-container .sn-quick-menu .sn-mobile {
    background-position: -400px -47px;
    text-indent: 12px;
    width: 60px;
}

.sn-container .sn-quick-menu .sn-mobile:hover {
    background-position: -400px -16px;
    text-indent: 12px;
    width: 60px;
}

.sn-container .sn-quick-menu .sn-mobiles {
    background-position: -401px -17px;
    text-indent: 12px;
}

.sn-container .sn-quick-menu .sn-mobiles:hover {
    background-position: -401px -17px;
}

.sn-container .sn-quick-menu .sc:hover {
    background-position: -400px 11px;
    text-indent: 12px;
    width: 60px;
    display: inline-block;
    padding-left: 10px;
}

.sn-container .sn-quick-menu .sn-cart {
    position: relative;
    text-align: center;
    text-decoration: none
}

.sn-container .sn-quick-menu .sn-cart a {
    position: static
}

.sn-container .sn-quick-menu .mini-cart .menu-hd {
    padding: 0;
    position: static;
    text-decoration: none
}

.header {
    height: 131px;
    background: #fff !important;
}


/*文字必填提示*/

#nav {
    width: 100%;
    height: 90px;
    line-height: 90px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid #F0F0F0;
    background: #fff;
}

#nav .user_logo {
    margin: 8px 0px;
    position: absolute;
    top: 6px;
    left: 2px;
}

#nav .jiao {
    position: absolute;
    top: 60px;
    left: 67px;
    width: 16px;
    height: 10px;
}

#nav .nav_1200 {
    margin: 0px auto;
    width: 1200px;
    position: relative;
}

#nav .nva_ul {
    margin: 0px auto;
    margin-left: 322px;
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑;
}

#nav .nva_ul .nav_li {
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
    list-style: none;
    height: 90px;
    line-height: 90px;
}

#nav .nva_ul li.active a {
    color: #ff7e00;
}

#nav .nva_ul .nav_li a {
    text-decoration: none;
}


/*   公共导航栏  */
/* 为ie做flex兼容 */
.ad1 {
    padding-top: 10px;
    /* display: flex;
    justify-content: space-between; */
}
.ad1>h1{
    display: inline-block;
    vertical-align: middle;
}
.ad1>div{
    display: inline-block;
}
.ad1>a{
    display: inline-block;
}
.common_logo {
    margin-top: 5px;
    width: 232px;
    height: 57px;

}
.common_logo2{
    margin-top: 5px;
    position: absolute;
    width: 232px;
    top: -44px; 
}


.top_search {
    width: 474px;
    height: 34px;
    line-height: 33px;
    border: solid 2px #ff7e00;
    margin-top: 10px;
    margin-left: 167px;
    position: relative;
}
.top_search select{
   border:none;
   width: 74px;
   margin:0 10px;
}

.top_search input {
    height: 32px;
    line-height: 32px;
    border: none;
    padding-left: 10px;
}

.top_search button {
    position: absolute;
    right: 0;
    top: 0.4px;
    width: 80px;
    background: #ff7e00;
}

.top_search span {
    /* margin-right: 10px; */
    color: #ff7e00
}
.ad1 .gaoji{
    margin-left:20px;
    border: 1px solid #e8e8e8;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
}
.ad1 .img1 {
    width: 220px;
    margin-left: 15px;
    margin-top: 10px;
}

.ad1 a {
    display: inline-block;
    height: 80px;
    vertical-align: middle;
}

.ad1 .common_ewm {
    margin: 10px 0px 0 40px
}

.ad1 .search {
    width: 500px;
    float: right;
    display: block;
    top: 44px;
    right: 0;
    position: absolute;
}

.ad1 .search label {
    top: 25px;
}

.ad1 .search label a {
    text-decoration: none;
    color: #666666;
}

.ad1 .search label .project {
    text-decoration: none;
    color: #d42038;
    cursor: pointer;
}

.ad1 .search label .product1 {
    text-decoration: none;
    cursor: pointer;
}

.ad1 .search input {
    width: 360px;
    height: 35px;
    border: 2px solid #d42038;
    padding-left: 10px;
    color: #000;
    position: relative;
}

.ad1 button {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background-color: #ff7e00;
    color: #fff;
    border: none;
    /*margin-top:-5px;*/
    margin-left: -5px;
    cursor: pointer;
}

.ad1 button img {
    position: relative;
    top: 0px;
    margin-right: 2px;
}

.ad1 .search .project_input {
    position: absolute;
}

.hy_bg {
    height: 177px;
    background: url(../../images/hy/yp_topbg.jpg) no-repeat;
    position: relative;
}

.hy_bg div.cont1200 {
    display: flex;
}

.hy_bg div.cont1200>div {
    position: absolute;
    bottom: 0;
    margin-left: 240px;
}

.hy_bg div.cont1200 img {
    width: 195px;
    height: 110px;
    position: absolute;
    bottom: 0;
}

.hy_bg div.cont1200 .name {
    margin-bottom: 20px;
}

.hy_bg div.cont1200 ul li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
}
.hy_bg div.cont1200 ul li a:hover {
    color:#fff
}

.hy_bg div.cont1200 ul li.active {
    background: #ff7e00;
}

#navs {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #ff7e00;
}

#navs>a>img {
    height: 40px;
}

.nva_ul {
    list-style: none;
    margin-left: 30px;
    margin-bottom: 0;
}

.nva_ul li {
    float: left;
    margin-right:62px;
}

.nva_ul li:last-child {
    float: right;
    margin-right: 0;
}

.nva_ul li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}
  /* header商家模块 start 顺序不能变*/
  .shangji{
    position: relative;
    width: 100px;
    text-align: center;
}
.shangji div{
    display: none;
    position: absolute;
    width: 100px;
    left: -0;
    text-align: center;
    padding-bottom: 10px;
    z-index: 3;
}
.shangji div p{
    width: 80%;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 20p 
}
.shangji .hot_icon{
    position: absolute;
    top: -6px;
    right: 7px;
    width: 30px;
    height: 30px;
}
.shangjishow{
    background: rgba(0,0,0,.5);
    color: #fff;
   
}
.shangjishow div{
    background: rgba(0,0,0,.5);
    display: block;
}
.shangjishow a{
    color: #fff;
}
.nva_ul li.shangjishow div p:hover{
    background: #ff7e00;
}
.nva_ul li.shangjishow a:hover{
    color: #fff;
}
  /* header商家模块 end */

/* 账户中心搜索 */

.nva_ul li form input {
    border: 1px solid #ff7e00;
    border-left: none;
    height: 30px;
    line-height: 30px;
    padding-left: 9px;
}

.nva_ul li form button {
    background: #ff7e00;
    color: #fff;
    height: 32px;
    width: 60px;
    line-height: 32px;
}

.nva_ul li a.active {
    font-weight: bold;
    color: #ff7e00;
}

.nva_ul li a:hover {
    font-weight: bold;
    color: #ff7e00;
}


/* 生态下拉导航 */


/* 底部栏 */

.footer1 {
    width: 100%;
    color: #343434;
    background-color: #e5e5e5;
    overflow: hidden;
}

.footer1_1200 {
    margin: 0px auto;
    width: 1200px;
}

.footer1 .footer1_1200 .first {
    width: 110px;
    height: 180px;
    vertical-align: top;
    margin: 35px 24px;
    display: inline-block;
    margin-bottom: 55px;
    margin-top: 20px;
}

.first_tit {
    font-weight: bold;
}

.footer1 .footer1_1200 .first .fir_ul li {
    list-style: none;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    color: #343434;
}

.footer1 .footer1_1200 .first .fir_ul li:first-child {
    height: 40px;
    line-height: 40px;
}

.footer1 .footer1_1200 .first .fir_ul li a {
    color: #343434;
}

.footer1 .footer1_1200 .code_box {
    color: #343434;
}

.two_tit {
    font-weight: bold;
}

.three_tit {
    font-weight: bold;
}

.code_box {
    margin-right: 30px;
}

.code {
    width: 140px;
    height: 140px;
    margin-top: 40px;
}

.code_foot {
    width: 125px;
    height: 125px;
    margin-top: 40px;
}

.code_box p {
    margin-top: 10px;
}

.bottom_rig {
    color: #343434;
    float: right;
    margin-top: 20px;
    width: 312px;
}

.bottom_rig ul {
    margin-top: 15px;
}

.bottom_rig ul li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: -10px;
    margin-top: -5px;
}

.bottom_rig ul li span {
    padding-left: 10px;
}

.imgss {
    top: 15px;
    left: 260px;
    position: absolute;
}

.footer2 {
    height: 124px;
    border-top: 1px #d9d9d9 solid;
}

.footer2 .footer_cont {
    position: relative;
    width: 620px;
    margin: 20px auto;
    overflow: hidden;
}

.footer2 .footer2_top {
    text-align: center;
    color: #666;
}

.footer2 .footer2_top span {
    padding: 10px 0;
}

.footer2 .footer2_top span a {
    text-decoration: none;
    color: #666;
}

.footer2 .footer2_top span a:hover {
    color: #666;
}

.footer2 .footer2_bottom {
    text-align: center;
    margin-top: 15px;
}

.footer2 .footer2_bottom span {
    padding: 13px 5px;
    color: #666;
}
#icp {
    text-align: center;
    margin-top: 20px;
    color: #666;
}
/* 首页底部 */
.foot_i .footer2_top>a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #939393;
    padding: 0 5px;
  }
  .foot_i .footer2_top>p {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 5px;
  }
/* 无数据图片样式 start */

li.nodata {
    background: url("../../images/common/nodata.jpg") no-repeat center;
    height: 300px;
}


/* 无数据图片样式 end */


/* 自定义盒子 start */

.container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.cont1200 {
    width: 1200px;
    margin: 0px auto;
}

.cont1200_m40 {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

.cont1200_mb90 {
    width: 1200px;
    margin: 0px auto;
    margin-bottom: 90px;
    overflow: hidden;
}


/* 自定义盒子 end */


/* 文字颜色 start */

.color_1470cc {
    color: #1470cc;
}

.color_78daff {
    color: #78daff;
}

.color_2da1ea {
    color: #2da1ea;
}

.color_ee410c {
    color: #ee410c;
}
.color_f00{
    color: #f00;
}
.color_ff7e00 {
    color: #ff7e00;
}

.color_7eb342 {
    color: #7eb342;
}

.color_010101 {
    color: #010101;
}

.color_fff {
    color: #fff;
}

.color_84c360 {
    color: #84c360;
}

.color_333 {
    color: #333;
}
.color_4e4e4e {
    color: #4e4e4e;
}

.color_666 {
    color: #666;
}

.color_999 {
    color: #999;
}


/* 文字颜色 end */


/* 背景颜色 start */

.bg_color_000 {
    background: #000;
}

.bg_color_1470cc {
    background: #1470cc;
}

.bg_color_2da1ea {
    background: #2da1ea;
}

.bg_color_50a200 {
    background: #50a200;
}

.bg_color_1f7244 {
    background: #1f7244;
}

.bg_color_ff0000 {
    background: #ff0000;
}

.bg_color_ff7e00 {
    background: #ff7e00;
}

.bg_color_f7f1f3 {
    background: #f7f1f3;
}

.bg_color_ffa520 {
    background: #ffa520;
}

.bg_color_f5f5f5 {
    background: #f5f5f5;
}

.bg_color_ececec {
    background: #ececec;
}

.bg_color_fff9f2 {
    background: #fff9f2;
}

.bg_color_fff {
    background: #fff;
}

.bg_color_33302b {
    background: #33302b;
}

.bg_color_999 {
    background: #999;
}

.bg_color_f6f6f6 {
    background: #f6f6f6;
}


/* 背景颜色 end */


/* 帮助中心导航栏 start */

.help_nav {
    width: 100%;
    height: 40px;
}

.help_nav ul {
    width: 1080px;
    overflow: hidden;
}

.help_nav .help_nav_li {
    width: 120px;
    height: 40px;
    margin: 0 75px;
}

.help_nav .help_nav_li.active {
    background: rgba(255, 255, 255, 0.15);
}

.help_nav .help_nav_li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    padding-left: 0;
}


/* 帮助中心导航栏 end */


/* 无数据样式 start */

p.no_notice {
    padding: 100px 0 150px 0;
    margin: 0 auto;
}

.m_top50{
    margin-top: 50px;
}
/* 无数据样式 end */


/*****************************浮 窗 开 始*****************************/


/*下拉的导航信息 start*/

.pull_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.pull_nav {
    display: none;
    position: absolute;
}

.nav-body {
    width: 1200px;
    height: 488px;
    margin: 0px auto;
    display: flex;
    position: relative;
}

.nav-side {
    width: 238px;
    height: 488px;
    padding: 0px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.67);
}

.nav-side ul {
    width: 100%;
    padding: 0px;
    list-style: none;
}

.nav-side li {
    padding: 7.5px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    min-height: 97px;
    position: relative;
}

.nav-side li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 15%;
    background: url(../../images/indeximg/banner_r1.png) no-repeat;
    background-size: 15px 15px;
}

.nav-side li p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 34px;
}

.nav-side li p img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.nav-side li>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height:26px;
    padding-left: 27px;
}

.nav-side li a {
    color: #fff;
    display: inline-block;
}

.nav-side li span {
    margin-right: 15px;
    font-size: 12px;
    display: inline-block;
    line-height: 26px;
}

.nav-side li:hover {
    background: #fff;
    color: #666;
}

.nav-side li:hover a {
    color: #666;
}

.nav-side li a:hover {
    cursor: pointer;
    color: #ff7e00;
}


/*显示商品详细信息*/

.detail-item-panel {
    width: 960px;
    min-height: 496px;
    max-height: 515px;
    overflow: auto;
    background-color: #fff;
    position: absolute;
    display: none;
    margin-left: 238px;
    margin-top: 0;
    top: 0;
    z-index: 999;
}

.nav-detail-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #eee;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav-detail-item a {
    padding: 6px;
    padding-left: 12px;
    margin-left: 15px;
    font-size: 12px;
    /* margin-top: 15px; */
    background-color: #fff;
    color: #C81623;
    border: 1px solid #ff7e00;
}

.nav-detail-item a.active {
    cursor: pointer;
    color: #fff;
    background: #ff7e00;
}

.detail-item-panel ul {
    list-style: none;
    margin-left: 30px;
}

.detail-item-panel li {
    line-height: 38px;
}

.nav-detail-content li a i{
    padding-right: 6px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    color: #ff7e00;
}

.nav-detail-content li a i:hover {
    color: #D9534F;
}

.nav-detail-content li a span {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 8px;
    cursor: pointer;
    border-left: 1px solid #ccc;
}

.nav-detail-content li a span:hover {
    color: #D9534F;
}

.nav-detail-content .ul_show {
    display: block;
}

.nav-detail-content ul {
    display: none;
}
/* 供求 */
.two_gq{
    display: block;
}
.two_gq a{
    display: block;
    margin-top: 90px;
    padding-left: 12px;
}
.two_gq a:first-child{
    margin-top: 45px;
}

/*****************************浮 窗 结 束*****************************/


/*下拉的导航信息 end*/


/*  */

.main_contf100 {
    width: 100%;
    margin: 0px auto;
}

.main_cont1200 {
    width: 1200px;
    margin: 0px auto;
}

.m_top110 {
    margin-top: 110px;
}

.ov {
    overflow: hidden;
}

.text_ov4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 31px;
}

.ellipse_f_l {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    color: #656565;
}

.nav-side li:last-child {
    border: none;
}
.nav-side li:last-child a{
    width: 93px;
}
.nav-side li:last-child a:nth-child(3){
    /* width: 120px; */
}
/* 新脚部 */

.ng-url-list {
    line-height: 25px;
    height: 25px;
    text-align: center;
}

.footer2_top img {
    display: block;
    float: left;
}

.footer2_top a {
    display: block;
    float: left;
}

.ng-url-list a {
    color: #f9f9f9;
}

.ng-url-list span {
    color: #888;
    padding: 0 8px;
}


/* 热门商家 start */

.hot_sj {
    margin-top: 20px;
}

.hot_sj .tab {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    color: #999;
    text-indent: 2em;
    border: 1px solid #e0e0e0;
}

.hot_sj .tab li {
    float: left;
    cursor: pointer;
}

.hot_sj .products .sj_ul {
    padding: 0 25px 26px;
    height: 126px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    overflow: hidden;
}

.hot_sj .products .sj_ul li {
    float: left;
    width: 144px;
    line-height: 13px;
    margin-right: 40px;
    margin-top: 20px;
}
.Wauto{
    width: auto!important;
}
.products .main.hides {
    display: none;
}

.products .selected {
    display: block;
}

.tab li.active {
    color: #ff7e00;
}


.hot_sj .tab li:first-child{
    color: #ff7e00; ;
 }
 .products .main{
   display: none;
 }
 .products .main:first-child{
   display: block;
 }

/* 热门商家 end */
/* 返回顶部 */
.f_conct {position: fixed;  z-index: 9999999;  width: 45px;height: 45px;overflow: hidden;
   bottom: 20%;  right: -10px;  cursor: pointer;  transition: all .3s ease;  }
  .f_bar .f_top {width: 100%;height: 100%;}

  /* 做分享功能时取消别的图片阴影 */
.sr-bdimgshare-black .bdimgshare-bg {
    opacity: 0!important;
}

body{
    display: inline-grid;
    width: 100%;
}


.f_left {position: fixed;  z-index: 9999999;  width: 90px;;overflow: hidden;left: 84%;top:18%;}
.f_ringht {position: fixed;  z-index: 9999999;  width: 90px;;overflow: hidden;left: 11%;top:18%;}
